Skip to content

Do not cancel concurrent CI matrix jobs #2668

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025
Merged

Conversation

amarshall-dd
Copy link
Contributor

Failing fast makes it impossible to determine if the issue is specific to one job in the matrix or not, as we would never get the results from the others to compare.

@@ -77,6 +77,7 @@ jobs:
test:
strategy:
matrix:
fail-fast: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops and good catch—fixed.

@amarshall-dd amarshall-dd force-pushed the ci-do-not-cancel-concurrent branch from e46cc5e to 1a1dfd3 Compare July 1, 2025 20:36
Failing fast makes it impossible to determine if the issue is specific
to one job in the matrix or not, as we would never get the results from
the others to compare.
@amarshall-dd amarshall-dd force-pushed the ci-do-not-cancel-concurrent branch from 1a1dfd3 to 3246819 Compare July 10, 2025 11:58
@skarimo skarimo merged commit 7a7a30e into master Jul 10, 2025
14 checks passed
@skarimo skarimo deleted the ci-do-not-cancel-concurrent branch July 10, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants